Posts tagged #Raspberry Pi

2 posts

Building a RetroPie based bartop arcade has been something I've had on my project list for quite some time now. As I mentioned with the bay window seat project, for our family quarantine has been a time of taking on smaller projects that we've been putting off for some time. This is the one I've been most excited about, especially since I've been slowly earmarking parts for it for a while now. I couldn't be happier with how it turned out.

My finished bartop arcade
After finishing the bay window seat project, I had a 4'x8' sheet of ¾" plywood left over which is more than enough to build a bartop arcade. I decided to go with a modified version of the popular Weecade design after taking into account the size of my screen. I decided on those plans mostly because I liked the profile of the cabinet a bit more than the oft mentioned Galactic Starcade cabinet from Instructables.

My woodworking skills are still novice at best so I made a lot of mistakes, but nothing that I couldn't cover up or account for in some other way. The plans for this project had many more odd angles that I had to account for which was a challenge but I learned quite a lot in the process. Here are some more pictures of the finished cabinet. I've had a blast playing with it and I'm so glad I've been able to share a little slice of my childhood with my children.

My finished bartop arcade
My finished bartop arcade light-up marquee
My finished bartop arcade controls  


PostedMarch 25th, 2017#Raspberry Pi#MQTT#GPIO#Go

I've wanted to formalize this project for a while and just recently got some free time to do so. gpio-to-mqtt is a Go application that monitors state changes to GPIO pins on a Raspberry Pi and relays those changes as JSON messages to an MQTT broker.

That's a mouthful. Hear me out though.

Say you have an old alarm system in your house that you aren't using. You have the little magnetic reed switches on your windows and maybe some door jamb switches that all run back to a central security system box somewhere in a laundry room, garage, basement, or wherever. With this application, you can repurpose those devices and make them smart. gpio-to-mqtt will notify anyone listening when the those switches are tripped.

All it requires is a Raspberry Pi, a network connection, and Go + gpio-to-mqtt to get running.

Once you have this up and running, you can write any number of utility applications to listen to the broker on your network and perform other actions. Maybe you get a notification every time your front door opens or when someone opens a window unexpectedly. You could even just connect physical buttons to the GPIO pins and use them as network attached buttons.

There is still some development work to be done at this point, a lot of which surrounds additional MQTT options (like the ability to connect using certificates). I'm going to follow this post up with my set up for people to reference if needed. For the time being, here's what my install looks like.

Have fun!

Wired Raspberry Pi

    James Miller